SpreadsheetGear.CustomFunctions Namespace > IValue Interface > SetArray Method : SetArray(Double[,]) Method |
'Declaration
Overloads Sub SetArray( _ ByVal numbers(,) As System.Double _ )
'Usage
Dim instance As IValue Dim numbers() As System.Double instance.SetArray(numbers)
void SetArray( System.double[,] numbers )
procedure SetArray( numbers: System.Doublearray of );
function SetArray( numbers : System.double[,] );
void SetArray( System.double[,]* numbers )
void SetArray( System.array<double>^ numbers )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2